ConversationGlobalUniqueUnreadSenders Property |
Contains a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<string> GlobalUniqueUnreadSenders { get; }Public ReadOnly Property GlobalUniqueUnreadSenders As IList(Of String)
Get
Property Value
Type:
IListStringThe global unique unread senders.
See Also